Don't bother sorting build scripts
authorAlex Crichton <alex@alexcrichton.com>
Sun, 4 Oct 2015 19:02:33 +0000 (12:02 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 5 Oct 2015 18:32:58 +0000 (11:32 -0700)
commit68014ab8b76d4e75ce536203a72e0b8272e19f31
tree755a36eab9fb7be114c06f10b2bc5cffdbef8639
parentc447e9d0738ccfcd565f9f9ff293c02cf2f6f604
Don't bother sorting build scripts

Turns out the tests don't actually need this "more deterministic" output and it
was also showing up relatively high in profiles (e.g. ~15% of a noop runtime) so
if this is necessary let's find a better way!
src/cargo/ops/cargo_rustc/custom_build.rs
tests/test_cargo_test.rs